projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28b235a
)
Fix warning.
author
robertl
<robertl>
Sun, 23 Feb 2003 01:24:11 +0000
(
01:24
+0000)
committer
robertl
<robertl>
Sun, 23 Feb 2003 01:24:11 +0000
(
01:24
+0000)
mkshort.c
patch
|
blob
|
history
diff --git
a/mkshort.c
b/mkshort.c
index 462212673f4a2b9533288b5e3082702a1d90e093..00f41a2ebbe2cdf6efcde29208193d1d762c4bcd 100644
(file)
--- a/
mkshort.c
+++ b/
mkshort.c
@@
-80,7
+80,7
@@
mkshort_add_to_list(mkshort_handle *h, char *name)
uniq_shortname *z = (uniq_shortname *) e;
if (0 == case_ignore_strcmp(z->orig_shortname, name)) {
-
in
t l = strlen(name);
+
size_
t l = strlen(name);
int dl;
char tbuf[10];